home *** CD-ROM | disk | FTP | other *** search
- global whichTrack, isPlaying
-
- on mouseDown
- puppetSound(2, "Clicker")
- set the blend of sprite 27 to 30
- end
-
- on mouseUp
- if whichTrack > 1 then
- whichTrack = whichTrack - 1
- else
- whichTrack = 1
- end if
- set the memberNum of sprite 24 to the number of member ("track0" & whichTrack)
- set the memberNum of sprite 25 to the number of member ("title0" & whichTrack)
- set the memberNum of sprite 26 to the number of member ("artist0" & whichTrack)
- if isPlaying = 1 then
- puppetSound(1, "sound0" & whichTrack)
- end if
- set the blend of sprite 27 to 0
- end
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- end
-